home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.text.rtf;
-
- import java.util.Dictionary;
-
- class RTFReader$DiscardingDestination implements RTFReader.Destination {
- // $FF: synthetic field
- private final RTFReader this$0;
-
- RTFReader$DiscardingDestination(RTFReader var1) {
- this.this$0 = var1;
- }
-
- public void begingroup() {
- }
-
- public void close() {
- }
-
- public void endgroup(Dictionary var1) {
- }
-
- public void handleBinaryBlob(byte[] var1) {
- }
-
- public boolean handleKeyword(String var1) {
- return true;
- }
-
- public boolean handleKeyword(String var1, int var2) {
- return true;
- }
-
- public void handleText(String var1) {
- }
- }
-